Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2023

Bumps aws-cdk-lib from 2.60.0 to 2.61.0.

Release notes

Sourced from aws-cdk-lib's releases.

v2.61.0

Features

  • cfnspec: cloudformation spec v107.0.0 (#23698) (aca8a25)
  • core: stack synthesizers can be shared between stacks (#23571) (0ce19f0)
  • logs: add unit to metric filter (#23608) (7cbe8ac)
  • opensearch: add support for latest amazon opensearch service 2.3 (#22943) (0303d6f)
  • pipeline: enable key rotation (#23620) (29d7336)
  • route53-patterns: use Certificate as the default certificate (under feature flag) (#23575) (77709c8)

Bug Fixes

  • aws-s3: log delivery may be incorrectly configured when target bucket is imported (#23552) (41327d8), closes #23547 #23588
  • cdk-assets: concurrent asset builds can leave a corrupted archive (#23677) (18e0481), closes #23290
  • cli: can not assume role from 2-level SSO (#23702) (c3a345b), closes #23520
  • cloudtrail: Trail fails during resource creation due to invalid template properties when management events are 'None' (#23569) (15ced88), closes #16387 #15488
  • lambda: ever-changing Version hash with LayerVersion from tokens (#23629) (88fc62d)
  • pipelines: cross-stack step dependencies have wrong name (#23594) (0d8142b), closes #21843
  • servicecatalog: incorrect objectkey produced from asset relative… (#23580) (b4a6120), closes #23560
  • stepfunctions-tasks: fix IAM policy statements for step functions API calls (#22959) (dce662c)

Alpha modules (2.61.0-alpha.0)

Features

  • cli-lib: [JS/TS only] experimental support for programmatic CLI api (#22836) (0b6b716)

Bug Fixes

  • glue: --conf parameter is no longer a reserved keyword for glue jobs (#23673) (3d0f4ba)
  • servicecatalogappregistry: outputs are not deployable (#23652) (fa9eef0), closes #23641
Changelog

Sourced from aws-cdk-lib's changelog.

2.61.0 (2023-01-18)

Features

  • cfnspec: cloudformation spec v107.0.0 (#23698) (aca8a25)
  • core: stack synthesizers can be shared between stacks (#23571) (0ce19f0)
  • logs: add unit to metric filter (#23608) (7cbe8ac)
  • opensearch: add support for latest amazon opensearch service 2.3 (#22943) (0303d6f)
  • pipeline: enable key rotation (#23620) (29d7336)
  • route53-patterns: use Certificate as the default certificate (under feature flag) (#23575) (77709c8)

Bug Fixes

  • aws-s3: log delivery may be incorrectly configured when target bucket is imported (#23552) (41327d8), closes #23547 #23588
  • cdk-assets: concurrent asset builds can leave a corrupted archive (#23677) (18e0481), closes #23290
  • cli: can not assume role from 2-level SSO (#23702) (c3a345b), closes #23520
  • cloudtrail: Trail fails during resource creation due to invalid template properties when management events are 'None' (#23569) (15ced88), closes #16387 #15488
  • lambda: ever-changing Version hash with LayerVersion from tokens (#23629) (88fc62d)
  • pipelines: cross-stack step dependencies have wrong name (#23594) (0d8142b), closes #21843
  • servicecatalog: incorrect objectkey produced from asset relative… (#23580) (b4a6120), closes #23560
  • stepfunctions-tasks: fix IAM policy statements for step functions API calls (#22959) (dce662c)
Commits
  • 34f4926 Merge pull request #23742 from aws/bump/2.61.0
  • 97637bc chore(release): 2.61.0
  • 77709c8 feat(route53-patterns): use Certificate as the default certificate (under f...
  • 0b6b716 feat(cli-lib): [JS/TS only] experimental support for programmatic CLI api (#2...
  • 740d6f0 chore: add new members to mergify and merit badger (#23724)
  • 4952961 chore: npm-check-updates && yarn upgrade (#23649)
  • 18e0481 fix(cdk-assets): concurrent asset builds can leave a corrupted archive (#23677)
  • 23634fd docs(ecs): improve docs for managedScaling and `managedTerminationProtectio...
  • 3d0f4ba fix(glue): --conf parameter is no longer a reserved keyword for glue jobs (#2...
  • f5a3a29 chore(lambda): update ADOT fact tables for v0.25.0 release (#23664)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk) from 2.60.0 to 2.61.0.
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](aws/aws-cdk@v2.60.0...v2.61.0)

---
updated-dependencies:
- dependency-name: aws-cdk-lib
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 19, 2023 20:10
@dependabot dependabot bot requested review from leandrodamascena and removed request for a team January 19, 2023 20:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 19, 2023
@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jan 19, 2023
@leandrodamascena
Copy link
Contributor

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 20, 2023

Superseded by #1849.

@dependabot dependabot bot closed this Jan 20, 2023
@dependabot dependabot bot deleted the dependabot/pip/develop/aws-cdk-lib-2.61.0 branch January 20, 2023 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant